home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / bjack.swf / scripts / DefineButton2_282 / BUTTONCONDACTION on(release, keyPress Enter).as
Text File  |  2006-01-17  |  267b  |  13 lines

  1. on(release, keyPress "<Enter>"){
  2.    name = name;
  3.    location = location;
  4.    bank = FinTot;
  5.    action = "quit";
  6.    if(name ne "")
  7.    {
  8.       TopTen = "U p d a t i n g . . .";
  9.       loadVariables("bj.cgi","_level" add "0","POST");
  10.       nextFrame();
  11.    }
  12. }
  13.